home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / boot / Blazewcp.lha / blazec2p.i next >
Text File  |  2001-08-23  |  1KB  |  78 lines

  1.  
  2.  
  3.     ; This is non-masked rp stack usage ( used 99.9999% of the time)
  4.  
  5. HData        = 0    ;.w
  6. Lines        = 2    ;.w
  7. FLWmask     = 4    ;.l
  8. LLWmask     = 8    ;.l
  9. NLWblit     = 12   ;.w
  10. SMask        = 14   ;.w
  11. EndBit        = 16   ;.w
  12. BWidth        = 18   ;.w
  13.  
  14. ; Local info on dest bitmap
  15.  
  16. DBPR        = 20   ; BytesPerRow
  17. DP0point    = 24   ; these are all adjusted to point
  18. DP1point    = 28   ; to the 1st lw in the blit
  19. DP2point    = 32   ; which may not be the same
  20. DP3point    = 36   ; lw the blit starts in
  21. DP4point    = 40   ;
  22. DP5point    = 44   ;
  23. DP6point    = 48   ;
  24. DP7point    = 52   ;
  25.  
  26. stacked     = 56
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. ; Masking BM on stack
  34. ; BM_Planes
  35. SP0point    = 0
  36. SP1point    = 4
  37. SP2point    = 8
  38. SP3point    = 12
  39. SP4point    = 16
  40. SP5point    = 20
  41. SP6point    = 24
  42. SP7point    = 28
  43.  
  44. ; Stack planes, 32 pixels
  45. SP0        = 32
  46. SP1        = 36
  47. SP2        = 40
  48. SP3        = 44
  49. SP4        = 48
  50. SP5        = 52
  51. SP6        = 56
  52. SP7        = 60
  53.  
  54. mHData         = 64   ;.w
  55. mLines         = 66   ;.w
  56. mFLWmask     = 68   ;.l
  57. mLLWmask     = 72   ;.l
  58. mNLWblit     = 76   ;.w
  59. mSMask         = 78   ;.w
  60. mEndBit      = 80   ;.w
  61. mBWidth      = 82   ;.w
  62.  
  63. ; Local info on dest bitmap
  64.  
  65. mDBPR         = 84   ; BytesPerRow
  66. mDP0point    = 88   ; these are all adjusted to point
  67. mDP1point    = 92   ; to the 1st lw in the blit
  68. mDP2point    = 96   ; which may not be the same
  69. mDP3point    = 100  ; lw the blit starts in
  70. mDP4point    = 104  ;
  71. mDP5point    = 108  ;
  72. mDP6point    = 112  ;
  73. mDP7point    = 116  ;
  74.  
  75. mstacked     = 120
  76.  
  77.  
  78.